Do not add multi-line descriptions from kml reader to our internal waypoint descripti...
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 29 Nov 2006 00:24:43 +0000 (00:24 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 29 Nov 2006 00:24:43 +0000 (00:24 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2554 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/kml.c

index 90e4b5e50740cb9572d4f7d38cb4f9d8c2583a3a..3e27f33d36c33d42efe7248a0cd8e978651b18e4 100644 (file)
@@ -181,7 +181,7 @@ void wpt_desc(const char *args, const char **unused)
                tmp = xstrdup((char *)args);
                c = lrtrim(tmp);
                if (*c) {
-                       wpt_tmp->description = xstrappend(wpt_tmp->description, c);
+//                     wpt_tmp->description = xstrappend(wpt_tmp->description, c);
                }
                xfree(tmp);
        }